{% extends 'base_dashboard.html' %} {% load site_tags %} {% block title %}Pay certification fee — {{ site_settings.institute_name }}{% endblock %} {% block content %}
{{ program.title }} · {% if application.promo_code %} {% format_price list_price %} {% format_price amount_due %} {{ application.promo_code.code }} {% else %} {% format_price amount_due %} {% endif %}
{% if payment_kind == 'reattempt' %}Instant confirmation after successful payment.